.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mySwiper .swiper-slide img {
  width: 100%;
  display: block;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-pagination {
  bottom: 100px!important;
}
.mySwiper .swiper-pagination-bullet {
  width: 15px!important;
  height: 15px!important;
}
.mySwiper .swiper-pagination-bullet-active {
  width: 15px!important;
  height: 15px!important;
}
@media (max-width: 760px) {
  .mySwiper .swiper-pagination {
    bottom: 70px!important;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
  .mySwiper .swiper-slide .b {
    display: block;
  }
}
.mySwiper2 {
  width: 100%;
  overflow: hidden;
}
.mySwiper2 .swiper-slide {
  width: calc((100% - 200px) / 3);
  text-decoration: none;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 4px solid black;
  border-radius: 5px;
}
.mySwiper2 .swiper-slide img {
  width: 100%;
  display: block;
}
.mySwiper2 .swiper-slide .text {
  width: 100%;
  padding: 0 25px 20px 25px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mySwiper2 .swiper-slide .text .ge {
  width: 100%;
  margin: 3px 0;
  display: flex;
  justify-content: flex-end;
}
.mySwiper2 .swiper-slide .text .ge i {
  width: 150px;
  height: 1px;
  background-color: #9f5e0b;
  display: block;
  position: relative;
  z-index: 2;
}
.mySwiper2 .swiper-slide .text span {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 2;
}
.mySwiper2 .swiper-slide .text span:nth-child(1) {
  color: #9f5e0b;
  font-size: 22px;
}
.mySwiper2 .swiper-slide .text span:nth-child(3) {
  color: #4b4b4b;
  font-size: 18px;
}
.mySwiper2 .swiper-slide:before {
  position: absolute;
  transform: rotate(-5deg);
  background-color: #99afd4;
  content: '';
  width: 120%;
  height: 140px;
  bottom: -40px;
  left: -10%;
}
@media (max-width: 1200px) {
  .mySwiper2 .swiper-slide {
    width: calc((100% - 70px) / 2);
  }
}
.mySwiper3 {
  width: 100%;
  overflow: hidden;
}
.mySwiper3 .swiper-slide img {
  width: 100%;
  display: block;
}
.mySwiper4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 48.5%;
}
.mySwiper4 .swiper-wrapper {
  display: flex;
  align-items: center;
}
.mySwiper4 .swiper-wrapper .swiper-slide {
  width: 43%;
}
.mySwiper4 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
@media (max-width: 760px) {
  .mySwiper4 {
    border-radius: 0;
  }
  .mySwiper4 .swiper-wrapper .swiper-slide {
    width: 70%;
  }
}
